SIMD is a programming paradigm in which multiple elements of data are processed by the same instruction. SSE and AVX are both extensions of the x86 instruction ...
Intel Instruction Set Extensions are additional instructions that can increase performance when the same operations are performed on multiple data objects.